Description
Cancel a like for a document or an activity object.One of the 'document' or 'activityObject' must be set.Returns the related LikeStatus once the action is done.
Operation id | Services.CancelLike |
Category | Services |
Label | Cancel a like for a document or an activity object |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Services.CancelLike",
"label" : "Cancel a like for a document or an activity object",
"category" : "Services",
"requires" : null,
"description" : "Cancel a like for a document or an activity object.One of the 'document' or 'activityObject' must be set.Returns the related LikeStatus once the action is done.",
"url" : "Services.CancelLike",
"signature" : [ "void", "blob" ],
"params" : [ {
"name" : "activityId",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "document",
"description" : null,
"type" : "document",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}